{{indicateur.Intitule_Indicateur}}
{% if indicateur.Periodicite == "Mensuelle" %} Ce mois {% else %} Cette Année {{currentYear}} {% endif %}
{% if indicateur.Periodicite == "Mensuelle" %}
{% else %}
{% endif %}
Interpretation
{% for interpretation in ListeInter %}
{% if interpretation.Id_Indicateur.id == indicateur.id %}
{{interpretation.Contenu}}
{% endif %}
{% endfor %}
{% if "Chef Departement" not in user.groups.all.0.name and "Directeur" not in user.groups.all.0.name %}
Modifier Tableau de Bord
Supprimer Tableau de Bord
{% endif %}